課程資訊
課程名稱
電腦計算基礎
Computing Basics 
開課學期
109-1 
授課對象
理學院  地質科學研究所  
授課教師
洪淑蕙 
課號
Geo5112 
課程識別碼
224 U2540 
班次
 
學分
2.0 
全/半年
半年 
必/選修
選修 
上課時間
星期二3,4(10:20~12:10) 
上課地點
全變403 
備註
限學士班三年級以上
總人數上限:40人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1091Geo5112_CB2020 
課程簡介影片
 
核心能力關聯
本課程尚未建立核心能力關連
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

The course aims to help undergraduates (sophomore to senior) and incoming graduate students quickly get familiar with various computing tools and shell languages in the cost-free Linux (the affinity of Unix) system used mostly in geophysics and seismology community. The students can then use these tools or write their own programs for homework assignments and research studies. The topics covered in the course will be introductory and mainly for Geoscience-majored students but the content should be general and useful enough for other students who need to do programming and computing for their study. In addition, the basic concepts and applications of statistical data analysis, regression, discrete fourier transform, and signal filtering and processing will be also introduced to deomonstrate the functionality of these computing tools. 

課程目標
Topics:
1. Introduction to Linux (Unix) system
C shell, awk, vi editor
2. Python, Obspy, SAC
Time series analysis, seismic data filtering and processing, macro programming.
3. Matlab
Matlab language programming, data analysis, plotting, matrix operation, numerical methods, and etc. 
課程要求
None 
預期每週課後學習時數
 
Office Hours
備註: homework (50%) final project and presentation (50%)  
指定閱讀
待補 
參考書目
Handouts and on-line public materials
Geological Data Analysis by Paul Wessel, 2000. 
評量方式
(僅供參考)
   
課程進度
週次
日期
單元主題
第1週
09/15  introduction of linux environment and commands 
第2週
09/22  introduction of csh and bash, vi editor 
第3週
09/29  programming using csh and bash 
第4週
10/06  awk and sed 
第5週
10/13  Python basics